Content-type: MULTIPART/MIXED; BOUNDARY="Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)"
--Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)
Content-type: TEXT/PLAIN; CHARSET=US-ASCII
Press RETURN for more...
MAIL>
#1 24-JAN-1995 00:45:33.96
NEWMAIL
The message could not be delivered to:
russel_smith@hmc.edu: Remote system's reason for rejecting:
<russel_smith@hmc.ed
u>... User unknown
--Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)
MIME-version: 1.0
Content-type: MESSAGE/RFC822
Received: from delphi.com by delphi.com (PMDF V4.3-9 #7804)
id <01HM7EKOS85S94OXSE@delphi.com>; Tue, 24 Jan 1995 00:45:23 -0500 (EST)
Date: Tue, 24 Jan 1995 00:45:23 -0500 (EST)
From: DD555@delphi.com
Subject: Parallel port in amos with sampler
To: russel_smith@hmc.edu
Message-id: <01HM7EKOSHTE94OXSE@delphi.com>
X-VMS-To: INTERNET"russel_smith@hmc.edu"
MIME-version: 1.0
Press RETURN for more...
MAIL>
#1 24-JAN-1995 00:45:33.96
NEWMAIL
Content-type: TEXT/PLAIN; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
The problem with examining the parallel port is that we do not know for sure
jus
t how your sampler is sending data.
bits 0-7 of the data at $bfe101 correspond to pins 2-9 and are usually used for
8 bit data transfer, but these pins can be programmed as input or output, each
a
nd every last one of them.
This is done by putting a number in $bfe301, a 1 for output, and 0 for input.
add up the value of all these 1 and 0 in binary and put that number in.
Now thats just getting started, we have 3 more pins on the parallel port we can
program as in/out pins.
These pins are read or written to at $bfd100 and bits 0-2 correspond to pins
11-
13 on the parallel port.
these pins are programmed at $bfd200. other bits at this address control part
o
f the serial in/out, so you should set these bits without disturbing what is
the
re.
Now usually there is a loop of code that is controling the sampler, when does
it
read the next byte, and what control lines does it opperate to get the sampler
to move the next 4,8 or ? bits to the port.
You should probably write the manufacture of your sampler and get just as much
i
nfo as you can about the hardware and what pins of the port control it, etc.
I think it will be hard to just hack, but you can multitask amos with some
progr
ams, and if your lucky, maybe you can just pick up enough
info from reading $bfe101
Press RETURN for more...
MAIL> ^Z
MAIL Menu:
FAX Service Easylink
Mail (Electronic) Translation Services
Scan for New Messages Workspace
SetMail
I am sorry some header and other junk got stuck in here, but I only have a capture file of the message, and did not have time to go off line to edit it.